# Python package requirements
# Returns to Private Lending in EMDEs — Reproducibility Package
#
# Install with:  pip install -r requirements.txt
#
# Tested on Python 3.10 (Anaconda conda environment)

numpy>=1.24
pandas>=2.0
scipy>=1.10
statsmodels>=0.14
matplotlib>=3.7
openpyxl>=3.1
requests>=2.31
wbgapi>=1.0          # optional; used in TableA8 for live WB API fetch
                     # script falls back gracefully if not installed
pyreadstat>=1.2      # required for reading .dta (Stata) files via pandas
